home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00015_Leave Paradise Button Sprite Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  201 b   |  13 lines

  1. on mouseDown
  2.   global gsCleanUpHandler
  3.   buttonLogic()
  4.   if the result = 1 then
  5.     do(gsCleanUpHandler)
  6.     rainfade()
  7.     unLoad(139)
  8.     unLoad(176, 183)
  9.     unLoad(522)
  10.     go("Exit")
  11.   end if
  12. end
  13.